home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / gnu / a2_0bEmacs_bin.lha / Emacs-19.25 / INSTALLATION < prev    next >
Text File  |  1995-01-08  |  2KB  |  59 lines

  1. DON'T FORGET: This version of Emacs REQUIRES AMIGADOS V2.04 !!
  2.  
  3. Before being able to use Emacs, you must take the following steps 
  4. (they assume you are in the emacs-19.25 directory):
  5.  
  6. 1. Copy .emacs to s:
  7. 3. Add an assign GNUEMACS-19.25: and GNUEMCS: <wherever you've put the
  8.    emacs directory> to  your User-Startup.
  9. 4. Install Matt Dillon's fifo.library and fifo: handler if you want to use
  10.    external processes (This can be found on Fish disks).
  11. 5. Define various environment variables (these all have defaults, so this
  12.    isn't absolutely necessary, except for ESHELL) :
  13.  
  14.      USER     - a username (a la Unix) (default "user")
  15.      USERNAME - your full name (default same as $USER)
  16.      HOME     - your "home" directory (This is the directory refered to
  17.         by ~/<file>, and where the .emacs file is looked for)
  18.         (default "s:").
  19.      HOSTNAME - a name for your system (default "amiga")
  20.      ESHELL   - where to find an unix-like shell (no default). By unix-like
  21.         I mean that it should not open a window to get its input.
  22.         The only tested value for this is GNUEMACS:etc/sh.
  23.  
  24.    For instance, I have the following values:
  25.      USER: dgay, USERNAME: David E. Gay, HOSTNAME: owl,
  26.      ESHELL: gnuemacs:etc/sh
  27.  
  28. 6. If you want to check that emacs is working, type 
  29.  
  30.   assign gnuemacs-19.25: ""
  31.   emacs
  32.  
  33.    If all goes well, emacs should open a window. If you get
  34.      memacs: Unknown command
  35.    you have an alias for emacs. Try editing s:Shell-Startup and removing it.
  36.  
  37.    If you get
  38.      emacs: file is not executable
  39.    try typing
  40.      protect s:emacs +s
  41.  
  42.    If you get
  43.      emacs: Unknown command
  44.    try
  45.      path s: add
  46.  
  47.    And finally, if you get
  48.      wrong number of arguments
  49.      if failed returncode 10
  50.    try
  51.      path sys:rexxc add
  52.  
  53.  
  54. 7. If you are going to use emacs over a serial line, you must install 
  55.    the termcap file, which comes with the source version. To do so, type:
  56.  
  57.      join gnuemacs-19.25:etc/termcap.ucb gnuemacs-19.25:etc/termcap.amiga 
  58.         as s:termcap
  59.